runtime._func.funcID (field)
18 uses
runtime (current package)
mgcmark.go#L1074: isAsyncPreempt := frame.fn.valid() && frame.fn.funcID == abi.FuncID_asyncPreempt
mgcmark.go#L1075: isDebugCall := frame.fn.valid() && frame.fn.funcID == abi.FuncID_debugCallV2
mgcmark.go#L1092: isSigPanic := frame.fn.valid() && frame.fn.funcID == abi.FuncID_sigpanic
panic.go#L1703: return f.funcID == abi.FuncID_abort
runtime2.go#L1087: funcID abi.FuncID // set for certain special runtime functions
stack.go#L723: if goarch.ArchFamily == goarch.ARM64 && isInjectedCall(frame.fn.funcID) {
symtab.go#L970: return srcFunc{f.datap, f.nameOff, f.startLine, f.funcID}
traceback.go#L267: if f.funcID == abi.FuncID_cgocallback {
traceback.go#L290: switch f.funcID {
traceback.go#L463: if doPrint && gp.m.incgo && f.funcID == abi.FuncID_sigpanic {
traceback.go#L489: injectedCall := isInjectedCall(f.funcID)
traceback.go#L497: u.calleeFuncID = f.funcID
traceback.go#L600: if !cgoTracebackAvailable() || u.frame.fn.funcID != abi.FuncID_cgocallback || u.cgoCtxt < 0 {
traceback.go#L1419: if f.funcID == abi.FuncID_runtime_main || f.funcID == abi.FuncID_corostart || f.funcID == abi.FuncID_handleAsyncEvent {
traceback.go#L1422: if f.funcID == abi.FuncID_runFinalizers {
traceback.go#L1432: if f.funcID == abi.FuncID_runCleanups {
![]() |
The pages are generated with Golds v0.8.5. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |